Chatbot Page
fun ChatbotPage(modifier: Modifier = Modifier, viewModel: ChatbotViewModel = hiltViewModel(), onNavigateToChatList: () -> Unit, openDrawer: () -> Unit)
Composable function for displaying the chatbot page.
Parameters
modifier
The modifier to be applied to the ChatbotPage.
view Model
The ViewModel that provides the data and logic for the chatbot.
on Navigate To Chat List
Lambda function for navigating to the chat list.
open Drawer
Lambda function for opening the app drawer.